func runtime.notewakeup

20 uses

	runtime (current package)
		lock_futex.go#L26: func notewakeup(n *note) {
		proc.go#L1783: 		notewakeup(&sched.sysmonnote)
		proc.go#L1799: 			notewakeup(&mp.park)
		proc.go#L2259: 		notewakeup(&sched.safePointNote)
		proc.go#L2898: 			notewakeup(&newmHandoff.wake)
		proc.go#L3126: 	notewakeup(&nmp.park)
		proc.go#L3168: 			notewakeup(&sched.stopnote)
		proc.go#L3177: 			notewakeup(&sched.safePointNote)
		proc.go#L3295: 	notewakeup(&mp.park)
		proc.go#L3321: 		notewakeup(&sched.stopnote)
		proc.go#L4676: 		notewakeup(&sched.sysmonnote)
		proc.go#L4704: 			notewakeup(&sched.stopnote)
		proc.go#L4949: 		notewakeup(&sched.sysmonnote)
		proc.go#L4997: 		notewakeup(&sched.sysmonnote)
		proc.go#L6193: 			notewakeup(&mp.park)
		profbuf.go#L386: 			notewakeup(&b.wait)
		profbuf.go#L413: 			notewakeup(&b.wait)
		rwmutex.go#L112: 				notewakeup(&w.park)
		rwmutex.go#L155: 		notewakeup(&reader.park)
		sigqueue.go#L116: 				notewakeup(&sig.note)